home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
Syn Text Editor 2.1.0.46
/
synsetup-2.1.0.46.exe
/
{app}
/
syn.exe
/
0
/
RCDATA
/
TGOTOLINEDIALOG
/
TGOTOLINEDIALOG.txt
Wrap
Text File
|
2004-02-29
|
2KB
|
124 lines
object GotoLineDialog: TGotoLineDialog
Left = 419
Top = 280
ActiveControl = txtLineNum
AutoScroll = False
BorderIcons = [biSystemMenu]
Caption = 'Go to'
ClientHeight = 145
ClientWidth = 433
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 128
Top = 8
Width = 58
Height = 13
Caption = 'Line&number:'
FocusControl = txtLineNum
end
object Label2: TLabel
Left = 8
Top = 8
Width = 26
Height = 13
Caption = 'G&oto:'
FocusControl = lstGoto
end
object cboError: TComboBox
Left = 128
Top = 24
Width = 209
Height = 21
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
ItemHeight = 13
TabOrder = 3
OnClick = cboErrorClick
end
object cboBookmark: TComboBox
Left = 128
Top = 24
Width = 209
Height = 21
Style = csOwnerDrawFixed
Anchors = [akLeft, akTop, akRight]
ItemHeight = 15
TabOrder = 2
OnClick = cboBookmarkClick
OnDrawItem = cboBookmarkDrawItem
end
object txtLineNum: TEdit
Left = 128
Top = 24
Width = 209
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 1
OnChange = txtLineNumChange
OnKeyPress = txtLineNumKeyPress
end
object btnOK: TCorelButton
Left = 352
Top = 8
Width = 75
Height = 23
Anchors = [akTop, akRight]
Caption = '&Go'
Default = True
ModalResult = 1
TabOrder = 5
OnClick = btnOKClick
end
object btnCancel: TCorelButton
Left = 352
Top = 40
Width = 75
Height = 23
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 6
end
object lstGoto: TListBox
Left = 8
Top = 24
Width = 113
Height = 113
Anchors = [akLeft, akTop, akBottom]
ItemHeight = 13
Items.Strings = (
'Line'
'Column'
'Byte'
'Marker'
'Output/Error'
'Find in Files')
TabOrder = 0
OnClick = lstGotoClick
end
object memDesc: TMemo
Left = 128
Top = 48
Width = 209
Height = 89
Anchors = [akLeft, akTop, akRight, akBottom]
Color = clBtnFace
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 4
end
end